1.2 Series

It might look like we’re done with sequences, but in the grand scheme of things, we’re only really getting started. Since with each sequence \((a_n)_{n\in\mathbb{N}}\), we have an infinite list of real numbers, we might consider trying to manipulate them in some way. One way we can do this is by adding them together, which leads to the notion of a series.

Definition 1.1: (Series)
Let \((a_n)_{n \in \mathbb{N}}\) be a real sequence. Then \[\sum_{n = 1}^{\infty} a_n\] is called a series for \((a_n)_{n\in\mathbb{N}}\).
Much like with sequences, we have an analogous version of convergence for a series:
Definition 1.2: (Series Convergence and Partial Sums)
Let \((a_n)_{n \in \mathbb{N}}\) be a real sequence. Then \(\sum_{n = 1}^{\infty} a_n\) converges if and only if the sequence \((S_N)_{N \in \mathbb{N}}\) converges, where \[S_N:= \sum_{n = 1}^{N} a_n\] is the \(N\) partial sum. If \(S_N \to \ell\) as \(N \to \infty\), we define \[\ell = \sum_{n = 1}^{\infty}a_n.\]

If \((S_N)_{N\in\mathbb{N}}\) diverges to \(\pm\infty\), we say that the corresponding series \[\sum_{n=1}^{\infty} a_n = \pm\infty.\] Finally, if \((S_N)_{N\in\mathbb{N}}\) doesn’t converge to a limit, we say that the series diverges without limit.

1.2.1 Algebra of Series

By applying the algebra of limits to the sequences of partial sums, we can deduce some handy results.

Theorem 1.3: (Algebra of Series)

Let \(\sum_{n=1}^{\infty} a_n\) and \(\sum_{n=1}^{\infty} b_n\) be convergent series, and let \(\alpha,\beta \in \mathbb{R}\). Then \[\sum_{n = 1}^{\infty} (\alpha a_n + \beta b_n) = \alpha\sum_{n=1}^{\infty} a_n + \beta\sum_{n=1}^{\infty} b_n.\]

1.2.2 Some Other Useful Results

Firstly, we can relate the size of the terms of a series to the overall sum.

Proposition 1.4:

Let \(\sum_{n=1}^{\infty} a_n\) and \(\sum_{n=1}^{\infty} b_n\) be real series. If \(a_n \leq b_n \, \forall n\in\mathbb{N}\), then \[\sum_{n=1}^{\infty} a_n \leq \sum_{n=1}^{\infty} b_n.\]

Secondly, we have a necessary condition for convergence of a series.

Proposition 1.5:

Let \(\sum_{n=1}^{\infty} a_n\) be a convergent series. Then \(a_n \to 0\) as \(n \to \infty\).

Note that the converse of this theorem does not hold (think of the sum \(\sum_{n=1}^{\infty} \frac{1}{n}\)). However, the contrapositive is very good at showing that a series does not converge!

Proposition 1.6:

Let \(\sum_{n=1}^{\infty} a_n\) be a series. If \(a_n \not\to 0\) as \(n \to \infty\), then \(\sum_{n=1}^{\infty} a_n\) does not converge.